Re: [Mono-list] XSP - Experiences?

2004-06-25 Thread Tomek Soroka
I'm running my company website on mono: htttp://www.possible.pl. It 
works on mono beta3.
Maybe this site is not high-traffic, but works extremally well :)

regards
Tomek
Użytkownik Shon napisał:
I'm currently running XSP in a lab environment.  It's  performing
*extremely* well.  I'm curious how well XSP is expected to scale.  Has
anyone used it to publish any high-traffic ASP.NET apps?  Is it ready to
take on the world?  The developers may not think so (yet), but I'd like
some user opinions...
--Shon
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
 

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] compiling source code - strange exception

2004-08-11 Thread Tomek Soroka
Hi!
I'm trying to compile a piece of code, and I'm getting such exception...
Unhandled Exception: System.InvalidCastException: Cannot cast from 
source type to destination type.
in <0x00073> Mono.CSharp.StringConcat:Emit (Mono.CSharp.EmitContext)
in <0x00135> Mono.CSharp.FieldExpr:EmitAssign 
(Mono.CSharp.EmitContext,Mono.CSharp.Expression)
in <0x002aa> Mono.CSharp.Assign:Emit (Mono.CSharp.EmitContext,bool)
in <0x00016> Mono.CSharp.Assign:EmitStatement (Mono.CSharp.EmitContext)
in <0x001de> Mono.CSharp.TypeContainer:EmitFieldInitializers 
(Mono.CSharp.EmitContext)
in <0x00388> Mono.CSharp.Constructor:Emit (Mono.CSharp.TypeContainer)
in <0x00427> Mono.CSharp.TypeContainer:Emit ()
in <0x00896> Mono.CSharp.RootContext:EmitCode ()
in <0x00c35> Mono.CSharp.Driver:MainDriver (string[])
in <0x00012> Mono.CSharp.Driver:Main (string[])

make: *** [bin/PossiblePortal.dll] BÅÄd 1
How Can I try to get know what's going on... where is this exception 
etc...?

Best!
Tomek
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] compiling source code - strange exception

2004-08-12 Thread Tomek Soroka
Hi!
I'm trying to compile a piece of code, and I'm getting such exception...
Unhandled Exception: System.InvalidCastException: Cannot cast from 
source type to destination type.
in <0x00073> Mono.CSharp.StringConcat:Emit (Mono.CSharp.EmitContext)
in <0x00135> Mono.CSharp.FieldExpr:EmitAssign 
(Mono.CSharp.EmitContext,Mono.CSharp.Expression)
in <0x002aa> Mono.CSharp.Assign:Emit (Mono.CSharp.EmitContext,bool)
in <0x00016> Mono.CSharp.Assign:EmitStatement (Mono.CSharp.EmitContext)
in <0x001de> Mono.CSharp.TypeContainer:EmitFieldInitializers 
(Mono.CSharp.EmitContext)
in <0x00388> Mono.CSharp.Constructor:Emit (Mono.CSharp.TypeContainer)
in <0x00427> Mono.CSharp.TypeContainer:Emit ()
in <0x00896> Mono.CSharp.RootContext:EmitCode ()
in <0x00c35> Mono.CSharp.Driver:MainDriver (string[])
in <0x00012> Mono.CSharp.Driver:Main (string[])

make: *** [bin/PossiblePortal.dll] BÅÄd 1
How Can I try to get know what's going on... where is this exception etc...?
Best!
Tomek
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] compiling source code - strange exception

2004-08-12 Thread Tomek Soroka

The exception is occurring within mcs, the C# compiler.
It is due to one of two things: a bug within the compiler, or invalid
code (and mcs doesn't correctly capture the exception to report a human
readable error message).
If you could post the smallest source code that causes this exception
message (and tell us if the code compiles under Microsoft CSC.EXE, if
possible), that would help.
Thanks,
- Jon
 

Hi!
I know that this exception occures in mcs... I try to compile big 
project, which under mcs compiles succesfully.
I can't get smallest code, because project is very big, and I have no 
Idea how to find such piece of code...
Can You give me some advices about finding this? I would help, but I 
have no Idea how :-(

Best!
Tomek
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] mod-mono hangs

2004-09-07 Thread Tomek Soroka
Hi!
I have big app. When I run it with apache and mod-mono it starts works. 
After some time - almost when
more than one user try use it, application hangs. I have no errors in 
logs, but application doesn't response.

My system is fedora 2
mono 1.01
Can anyone have such problems?
Is there any possibility to debug this?
Best!
Tomek

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] mod-mono hangs

2004-09-08 Thread Tomek Soroka




Hello!

I found that bug only occurs when mod-mono works with -debug option
enabled - it's default state.
I 've disabled it in mod_mono.c source file and now mysite  works
perfectly. 
Is it possible disable debug option  in configuration? (ex in
httpd.conf?) I couldn't found such option...
So i use now cvs version of mod-mono with disabled -debug from source
code.

Best!
Tomek

ps. I've sent this mail some hours ago, but I don't see it on list.
have You any problems with mono list?

Miguel de Icaza wrote:

  Hello,

  
  
I have big app. When I run it with apache and mod-mono it starts works. 
After some time - almost when
more than one user try use it, application hangs. I have no errors in 
logs, but application doesn't response.

My system is fedora 2
mono 1.01

Can anyone have such problems?
Is there any possibility to debug this?

  
  
We have found a couple of problems ourselves on the main Mono site, and
those bugs are mostly fixed at this point (CVS with mono-1-0 branch has
these fixes).

The next version of Mono will ship with them.

Miguel.

  






[Mono-list] xsp doesn't generate page properly

2004-09-08 Thread Tomek Soroka
Hi!
I have problem that xsp doesn't generate page properly. Sometimes 
everything is ok, but sometimes page stop generates
and html source ends in the middle. It happens only when application 
runs with standalone xsp. When it runs with mod-mono
such error doesn't happen.

Have anyone such problems, maybe you know how to deal with that?
Best!
Tomek
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] mod-mono hangs

2004-09-08 Thread Tomek Soroka




Hello!

I found that bug only occurs when mod-mono works with -debug option
enabled - it's default state.
I 've disabled it in mod_mono.c source file and now mysite  works
perfectly. 
Is it possible disable debug option  in configuration? (ex in
httpd.conf?) I couldn't found such option...
So i use now cvs version of mod-mono with disabled -debug from source
code.

Best!
Tomek



Miguel de Icaza wrote:

  Hello,

  
  
I have big app. When I run it with apache and mod-mono it starts works. 
After some time - almost when
more than one user try use it, application hangs. I have no errors in 
logs, but application doesn't response.

My system is fedora 2
mono 1.01

Can anyone have such problems?
Is there any possibility to debug this?

  
  
We have found a couple of problems ourselves on the main Mono site, and
those bugs are mostly fixed at this point (CVS with mono-1-0 branch has
these fixes).

The next version of Mono will ship with them.

Miguel.

  






[Mono-list] Fedora 2 - mono-preview-1.0.1-1.ximian.8.1- not in yum repository

2004-09-10 Thread Tomek Soroka
Hi!
I can't see mono-preview-1.0.1-1.ximian.8.1.rpm in yum fedora 2 
repository nor on download page. It's needed for mono-complete package.
Where can I find this package?
Best!
Tomek
--
tomek< a_t >possible.pl

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] mod_mono 1.0.2

2004-09-22 Thread Tomek Soroka
Hi!
In mod_mono source package from 1.0.2 release --debug option is disabled,
but when I run mod_mono 1.0.2 from rpm package for fedora 2 i got
apache   28625  0.1  9.1 96568 47052 ?   S16:55   0:00 
/usr/bin/mono --debug /usr/bin/mod-mono-server.exe --filename 
/tmp/mod_mono_server --applications 
/PossiblePortal:/home/tomek/PossiblePortal --nonstop

it seems that rpm was compiled from older code than mod_mono source of 
this release...

Is it a bug in release process?
Best!
Tomek
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Problem with multiple web applications

2004-09-22 Thread Tomek Soroka
I have such problem too :-(
best!
tomek
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] mod_mono does not start XSP

2004-09-23 Thread Tomek Soroka
Hi!
Can You send some more info...
Have you installed it from rpm or from source?
Can you send configuration from httpd ?
Best!
Tomek
Golo Haas wrote:
Hi there,
I have just installed mod_mono 1.0.1 and I am trying to get it to run with Mono 1.0.1 
on Novell SuSE Linux 9.1, using Apache 2.0.49.
The problem I have is that mod_mono does not start mod-mono-server.exe automatically, 
although the option MonoRunXSP within default-server.conf is set.
If I start mod-mono-server.exe manually, everything works fine, but I want to avoid 
this additional step.
Any idea what the problem might be?
Thanks in advance,
Golo
 

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] mod_mono Web Service Problem

2005-06-23 Thread Tomek Soroka




I also found problem with asp.net and MONO 1.1.8 and 1.1.8.1. 
When I run app which works perfectly in 1.1.7 and edit data for example
in TextBox after postback if changes polish letters to arabian or sth
;-)
and also adds "0" on the end of edited string.. I have no time to debug
this, but it seems that in mono 1.1.8 and 1.1.8.1 is a bug.
best 
Tomek


Adrian Dinu napisał(a):

  
  
Hi
  
I've got a huge problem with Web Services under mod_mono right now.
  
I have updated mono to 1.1.8 and subsequently to 1.1.8.1 and both give
me the same problem.
  
Basically, if I try to run a WebMethod using the WsdlHelpGenerator
page, the page stalls for a long time and in the end throws the error:
Thread Was being aborted. A .NET Client is able to connect to the Web
Service and call the WebMethods so I'm guessing the problem is in the
WebService client implementation in Mono.
  
Looking at the error_log in apache I see:
  
Unhandled Exception: System.Net.WebException: Read error
in <0x00350> System.Net.WebConnection:EndRead (IAsyncResult
result)
in <0x000ac> System.Net.WebConnectionStream:EndRead (IAsyncResult
r)
  
Can anyone help me with this?
  
Configuration: 
  
Gentoo Linux
  
mono-1.1.8.1
xsp + mod_mono 1.0.9
apache 2.0.54
kernel-2.6.7
  
I would like to mention also that it used to work under mono 1.1.7
  
  

  



Adrian Dinu
Technical Manager
Dream Team Software

  

  
  

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list
  




___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] mod_mono Web Service Problem

2005-06-25 Thread Tomek Soroka




I think to revert at now and best debug this problem - I will be doing
this today i hope :-)

Adrian Dinu napisał(a):

  
  
Seems nobody can help me with this, is there a fix for this or should I
revert to mono 1.1.7?
  
On Thu, 2005-06-23 at 13:10 +0300, Adrian Dinu wrote:
   Hi

I've got a huge problem with Web Services
under mod_mono right now.

I have updated mono to 1.1.8 and subsequently
to 1.1.8.1 and both give me the same problem.

Basically, if I try to run a WebMethod using
the WsdlHelpGenerator page, the page stalls for a long time and in the
end throws the error: Thread Was being aborted. A .NET Client is able
to connect to the Web Service and call the WebMethods so I'm guessing
the problem is in the WebService client implementation in Mono.

Looking at the error_log in apache I see:

Unhandled Exception: System.Net.WebException:
Read error
in <0x00350>
System.Net.WebConnection:EndRead (IAsyncResult result)
in <0x000ac>
System.Net.WebConnectionStream:EndRead (IAsyncResult r)

Can anyone help me with this?

Configuration: 

Gentoo Linux

mono-1.1.8.1
xsp + mod_mono 1.0.9
apache 2.0.54
kernel-2.6.7

I would like to mention also that it used to
work under mono 1.1.7


  

  
  
  
  
Adrian Dinu
Technical Manager
Dream Team Software
  

  

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

  
  

  



Adrian Dinu
Technical Manager
Dream Team Software

  

  
  

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list
  




___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Server for Polish go-mono.pl site

2005-09-01 Thread Tomek Soroka

We can help You with go-mono.pl - contact with me on my private email.
Best!
Tomek
tomek malpa possible.pl


Piotr Szwed napisał(a):


HI

Is there any chance to put our www on Novells server? We have a big problem 
with it. One server was burned and second has "unstable" ip adress. Now we 
are looking for new people for portal  but without good www server our work 
will be difficult. 


Thanks !

www.go-mono.pl
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

 



___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Most compatible O/RM framework for Mono?

2006-03-07 Thread Tomek Soroka




look at cuyahoga project - it uses nhibernate and it works well on mono
:)

best
Tomek


Ben Joldersma napisał(a):

  Hello everyone,
   
  I'm currently working on a project and I want to support mono. 
I'm currently investigating different OR/M packages out there,
NHibernate, Gentle.NET, NEO Framework, etc., and I am wondering about
the support any of these have for mono.
  
   
  Can anyone shed any light on which of these they've had the best
success with?  Also, what about mono implementations of some ms
projects, like their Data Access Application Block (which I know
virtually nothing about at this point)
  
   
  thanks!
   
  --ben
  

___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list
  




___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] mod_mono - setting for virtual host

2006-03-28 Thread Tomek Soroka

Hi!

Is it possible setup two virtual hosts with mono handler, where one 
virtual works in asp.net 1.1 mode and second in asp.net 2.0?


best!
Tomek


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Web service problem - xsp2

2006-08-01 Thread Tomek Soroka
Hi!

I'm trying run webservice written in vs 2005 under mono. (xsp2)

I got such error message:

System.InvalidCastException: Cannot cast from source type to destination type.
  at System.Web.Services.Configuration.WSConfig.get_Instance () [0x0] 
  at System.Web.Services.Configuration.WSConfig.IsSupported (WSProtocol proto) 
[0x0] 
  at System.Web.Services.Description.ServiceDescriptionReflector.Reflect 
(System.Type type, System.String url) [0x0] 
  at System.Web.Services.Protocols.SoapDocumentationHandler.GetDescriptions () 
[0x0] 
  at System.Web.Services.Protocols.SoapDocumentationHandler.ProcessRequest 
(System.Web.HttpContext context) [0x0] 
  at System.Web.Services.Protocols.SessionWrapperHandler.ProcessRequest 
(System.Web.HttpContext context) [0x0] 
  at System.Web.HttpApplication+__2.MoveNext () [0x0] 


i user

xsp 1.1.16
mono 1.1.16


there is no difference if ws is compiled under mono

gmcs /target:library App_Code/service.cs  -r:System.Web.Services

or published from vs2005


service.cs source file


using System;
using System.Web;
using System.Web.Services;
using System.Web.Services.Protocols;

public class service : System.Web.Services.WebService
{
public service () {

//Uncomment the following line if using designed components
//InitializeComponent();
}

[WebMethod]

public string HelloWorld() {
return "Hello World";
}

}

and

service.asmx

<%@ WebService Language="C#" CodeBehind="~/App_Code/service.cs" 
Class="service" %>


has anyone any suggestions what i'm doing wrong?


best!
Tomek


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] [Mono-dev] Need your help: Mainsoft/Novell "Race to Linux"

2007-01-29 Thread Tomek Soroka
Could be great see dotnetnuke working on linux :)

Miguel de Icaza napisał(a):
> Hey folks,
>
> Mainsoft and Novell are organizing an event to port applications
> from Windows to Linux using Mono or Grasshopper.
>
> And we are looking for good candidates to port: we need some
> interesting, .NET-based open source applications that would be
> interesting to port to Linux.
>
> If you have some suggestions of what could be a good challenge for
> an ASP.NET, Winforms or server app to port, please email me your
> suggestions.
>
> Miguel.
> ___
> Mono-devel-list mailing list
> Mono-devel-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
>   


___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list