Page 1 of 1

XAMPP running ASP via Mono

PostPosted: 04. November 2005 19:35
by Goetz
I'm trying to get mod_mono to run with Apache (XAMPP 1.4.12) on Windows.

I see the following error in my browser:
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.53 (Win32) mod_ssl/2.0.53 OpenSSL/0.9.7e PHP/5.0.3 mod_mono/1.0.9 Server at localhost Port 80


In the error log, the lines below appear. I did not find the config files mentioned in the error log, neither does the path for the executable realy look realistic for Windows. Putting an entry in http.conf
MonoExecutablePath test "C:/Program Files/Mono-1.1.9.2/bin/mono.exe"
MonoServerPath test "C:/Program Files/Mono-1.1.9.2/lib/xsp/2.0/mod-mono-server2.exe"

did not really make a difference either. Any idea what may be going wrong?

goetz


[Fri Nov 04 19:12:44 2005] [notice] Apache/2.0.53 (Win32) mod_ssl/2.0.53 OpenSSL/0.9.7e PHP/5.0.3 mod_mono/1.0.9 configured -- resuming normal operations
[Fri Nov 04 19:12:44 2005] [notice] Server built: Feb 16 2005 16:01:30
[Fri Nov 04 19:12:45 2005] [notice] Parent: Created child process 2888
[Fri Nov 04 19:12:46 2005] [notice] Child 2888: Child process is running
[Fri Nov 04 19:12:46 2005] [error] mod_mono: error creating socket.
[Fri Nov 04 19:12:46 2005] [error] Not running mod-mono-server.exe because no MonoApplications, MonoApplicationsConfigFile or MonoApplicationConfigDir specified.
[Fri Nov 04 19:12:46 2005] [error] mod_mono: error creating socket.
[Fri Nov 04 19:12:46 2005] [error] Failed running '/usr/bin/mono /usr/lib/mono/1.0/mod-mono-server.exe --applications c:/data/IS/HITS/ba_lookup/sparepartsHITS/ --nonstop (null) (null) (null) (null) (null) (null) (null) (null)'. Reason: No such file or directory
[Fri Nov 04 19:12:46 2005] [error] Failed running '/usr/bin/mono /usr/lib/mono/1.0/mod-mono-server.exe --applications c:/data/IS/HITS/ba_lookup/sparepartsHITS/ --nonstop (null) (null) (null) (null) (null) (null) (null) (null)'. Reason: No such file or directory
[Fri Nov 04 19:12:46 2005] [notice] Child 2888: Acquired the start mutex.
[Fri Nov 04 19:12:46 2005] [notice] Child 2888: Starting 250 worker threads.
[Fri Nov 04 19:12:55 2005] [error] mod_mono: error creating socket.

PostPosted: 04. November 2005 20:03
by Wiedmann
running ASP via Mono

Only one question: You realy mean "ASP"? Because with mono you can not use "ASP". Mono is for "ASP.NET".

If you mean "ASP.NET" you can try "mod_aspdotnet" instead.

Sorry, but no idea about your problem.