[Mono-list] XSP Problem
Pedro Santos
donbonifacio.general@gmail.com
Sun, 21 Nov 2004 18:11:02 +0000
Hello!
I just installed Mono-1.0.4 and XSP 1.0.4 on ubuntu and XSP does not run
my application. I have some writelines in Application Start for example,
but none of them are printed. I only get this:
-----------------------------------------------------------------------
Adding applications '/:.'...
Registering application:
Host: any
Port: any
Virtual path: /
Physical path: ~/projects/orionsbelt/alnitak
Listening on port: 8080
Listening on address: 0.0.0.0
Root directory: ~/projects/orionsbelt/alnitak
Hit Return to stop the server.
-----------------------------------------------------------------------
When I make a request to localhost:8080 XSP stays like that... and the
browser stays Wanting... If I press ENTER, I get this:
-----------------------------------------------------------------------
** (/usr/local/bin/xsp.exe:14522): WARNING **: : unref on 40 called when
ref was already 0
** (/usr/local/bin/xsp.exe:14522): WARNING **: : unref on 113 called
when ref was already 0
** (/usr/local/bin/xsp.exe:14522): WARNING **: : unref on 34 called when
ref was already 0
** (/usr/local/bin/xsp.exe:14522): WARNING **: : unref on 30 called when
ref was already 0
** (/usr/local/bin/xsp.exe:14522): WARNING **: : unref on 24 called when
ref was already 0
-----------------------------------------------------------------------
Any ideas?