Re: [Mono-list] Error 500 and 503 in Webservice running on mono

2006-06-12 Thread Andrew J Forgue

Arx Henrique wrote:

Hi all

I deploy a webservice in my machine, running over apache2-prefork and 
mod_mono.
Works very well for a time, and then crash throw this message in the 
browser:


What's in your apache error log?
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Error 500 and 503 in Webservice running on mono

2006-06-10 Thread Arx Henrique

Hi all

I deploy a webservice in my machine, running over apache2-prefork and mod_mono.
Works very well for a time, and then crash throw this message in the browser:


Internal Server Error

The server encountered an internal error or misconfiguration and was
unable to complete your request.

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.

More information about this error may be available in the server error log.
Apache/2.0.55 (Ubuntu) mod_mono/1.1.10 Server at localhost Port 80
--

When i try reload the page, i get this error:

Service Temporarily Unavailable

The server is temporarily unable to service your request due to
maintenance downtime or capacity problems. Please try again later.
Apache/2.0.55 (Ubuntu) mod_mono/1.1.10 Server at localhost Port 80
--

my mono version is:

Mono JIT compiler version 1.1.13.6, (C) 2002-2005 Novell, Inc and
Contributors. www.mono-project.com
   TLS:   __thread
   GC:Included Boehm (with typed GC)
   SIGSEGV  : normal
--

and mod_mono:

libapache2-mod-mono1.1.10-1
--

My webservice is configured like this:

Alias /acessa /home/arxcruz/Projects/AcessaDesktop
MonoApplications /acessa:/home/arxcruz/Projects/AcessaDesktop

Directory /home/arxcruz/Projects/AcessaDesktop
   SetHandler mono
   IfModule mod_dir.c
   DirectoryIndex index.aspx
   /IfModule
/Directory

--
I have the following packages installed for apache:

ii  apache22.0.55-4ubuntu2  next
generation, scalable, extendable web se
ii  apache2-common 2.0.55-4ubuntu2  next
generation, scalable, extendable web se
ii  apache2-mpm-prefork2.0.55-4ubuntu2
traditional model for Apache2
ii  apache2-utils  2.0.55-4ubuntu2  utility
programs for webservers
ii  libapache2-mod-mono1.1.10-1  Run ASP.NET Pages
on UNIX with Apache 2 and
rc  libapache2-mod-php44.4.2-1build1  server-side,
HTML-embedded scripting languag
ii  mono-apache-server 1.1.10-0ubuntu2  backend
for mod_mono Apache module


Where's i wrong?




Cheers
--
A fé remove montanhas, mas eu prefiro a dinamite
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] Error 500

2006-02-07 Thread skinfrakki (sent by Nabble.com)

I am currently running Mono and mod_mono version 1.1.13.0 from a compile on a Gentoo box. I have everything running according to directions I believe, yet when I try to go to the index I get this:

Description: Error processing request.

Error Message: HTTP 500.

Stack Trace:

System.ComponentModel.Win32Exception: Cannot find the specified file
in 0x002d1 System.Diagnostics.Process:Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process)
in 0x0007c System.Diagnostics.Process:Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process)
in 0x00013 System.Diagnostics.Process:Start ()
in (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
in 0x0019a Mono.CSharp.CSharpCodeCompiler:CompileFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames)
in 0x00022 Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames)
in 0x00305 Mono.CSharp.CSharpCodeCompiler:CompileFromDomBatch (System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit[] ea)
in 0x00022 Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDomBatch (System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit[] ea)
in 0x0003c Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDom (System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit e)
in 0x00121 System.Web.Compilation.CachingCompiler:Compile (System.Web.Compilation.BaseCompiler compiler)
in 0x00259 System.Web.Compilation.BaseCompiler:GetCompiledType ()
in 0x000fa System.Web.Compilation.AspGenerator:GetCompiledType ()
in 0x0005e System.Web.UI.ApplicationFileParser:GetCompiledApplicationType (System.String inputFile, System.Web.HttpContext context)
in 0x000ae System.Web.HttpApplicationFactory:InitType (System.Web.HttpContext context)
in 0x00050 System.Web.HttpApplicationFactory:GetApplication (System.Web.HttpContext context)
in 0x00083 System.Web.HttpRuntime:RealProcessRequest (System.Object o)

Any ideas? I'm sure its something simple.

View this message in context: Error 500
Sent from the Mono - General forum at Nabble.com.
___
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] Error 500 overnight

2004-11-23 Thread Gonzalo Paniagua Javier
On Tue, 2004-11-23 at 09:16 -0500, Charles Martin wrote:
 Well guys,
 I finally got mod-mono working by changing the permissions
 on /root (probably the hackiest solution but it enables me to test my
 app..) But now I have this strange problem : My server (apache2 +
 mod-mono + xsp...)  is up and running the whole day without any
 troubles but, when I come back to work in the morning, I have this
 strange error : 
 System.Reflection.TargetInvocationException: Exception has been thrown by the 
 target of an invocation. --- System.IO.IOException: Write failure --- 
 System.Net.Sockets.SocketException: The socket has been shut down
 
 (I have attached the complete stack trace...)
 
 If it may help diagnose the problem, I'm using the official
 MySql.Data.dll (supposedly Win32 only but it seems to work fine with
 mono) instead of the ByteFx one because it didn't support correctly
 the MediumText fields.

If that socket is kept open without reading/writing, it might be closed
by mysql or by the OS. Try setting the KeepAlive option for the socket.

-Gonzalo


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


[Mono-list] error 500!

2004-06-04 Thread KiOrKY
hi,
i have this error with a webservice client (web based) applicatrion which runs under 
windows perfectly.
is there modifications to make on code (i have ever modify urls which were localhost 
;) ) ?
the error,

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

Error Message: HTTP 500.

Stack Trace:

System.ArgumentException: Culture name rvice is not supported.
Parameter name: rvice
in 0x000f2 System.Globalization.CultureInfo:CreateSpecificCulture (string)
in (unmanaged) (wrapper managed-to-native) System.Reflection.Assembly:FillName 
(System.Reflection.Assembly,System.Reflection.AssemblyName)
in 0x4 (wrapper managed-to-native) System.Reflection.Assembly:FillName 
(System.Reflection.Assembly,System.Reflection.AssemblyName)
in 0x0002f System.Reflection.Assembly:GetName (bool)
in 0x00013 System.Reflection.Assembly:GetName ()
in 0x0004f System.Web.UI.TemplateParser:AddAssembly (System.Reflection.Assembly,bool)
in 0x000b4 System.Web.UI.TemplateParser:AddAssembliesInBin ()
in 0x001c1 System.Web.UI.TemplateParser:.ctor ()
in 0x00018 System.Web.UI.TemplateControlParser:.ctor ()
in 0x00034 System.Web.UI.PageParser:.ctor (string,string,System.Web.HttpContext)
in 0x00037 System.Web.UI.PageParser:GetCompiledPageInstance 
(string,string,System.Web.HttpContext)
in 0x00011 System.Web.UI.PageHandlerFactory:GetHandler 
(System.Web.HttpContext,string,string,string)
in 0x00374 System.Web.HttpApplication:CreateHttpHandler 
(System.Web.HttpContext,string,string,string)
in 0x00122 CreateHandlerState:Execute ()
in 0x00084 StateMachine:ExecuteState (System.Web.HttpApplication/IStateHandler,bool)

-- 

- Gloire au monde libre-

I{ i () r |{ Y
Debian User
-
-- Mathieu PASQUET 
-- Testeur Debian SID
-- irc: #debian-fr / irc.freenode.net port: 6667 
-- Site: www.fr.debian.org 
-


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